find common set from two list of strings c#

40

find common set from two list of strings c# -

var CommonList = TestList1.Intersect(TestList2)

Comments

Submit
0 Comments